home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / archi.xml < prev    next >
Text File  |  2002-09-27  |  2KB  |  50 lines

  1. <search function="archi">
  2.   <COMMENT>
  3.  
  4.     This search file was initially created by Dave's Quick Search Deskbar
  5.     Search Wizard version 0.5 (beta) on 09/25/02 at 20:38:19
  6.  
  7.     Even though this XML search will probably load and is a healthy start
  8.     toward a completed search, please be aware that this search will probably
  9.     not work as is and will require some human inspection and modification.
  10.  
  11.   </COMMENT>
  12.   <name>Way Back Machine</name>
  13.   <category>Search the Web</category>
  14.   <contributor>Thad Kerosky</contributor>
  15.   <link>http://archive.org/</link>
  16.   <email></email>
  17.   <description>
  18.   Look into the extensive incremental archives of the internet. Some date back to 1998.
  19.   </description>
  20.   <form name="wbmf"
  21.         method="get"
  22.         action="http://web.archive.org/archive_request_ng">
  23.     <input type="hidden" name="collection" value="web" />
  24.  
  25.     <input type="hidden" name="url" value="" />
  26.   </form>
  27.   <script><![CDATA[
  28.     function archi(q)
  29.     {
  30.       if( nullArgs("archi", q) )
  31.         return;
  32.  
  33.       if( q == "" )
  34.       {
  35.         openSearchWindow("http://archive.org/");
  36.         return;
  37.       }
  38.  
  39.       // FORM variables for wbmf
  40.       //document.wbmf.collection.value = "";
  41.  
  42.       // The wizard assigned the search string to this form field value because
  43.       // this field was the active element when the search file was generated.
  44.       // Change this to args.q if the search string is parsed with parseArgs.
  45.       document.wbmf.url.value = q;
  46.  
  47.       submitForm(wbmf);
  48.     }
  49.   ]]></script>
  50. </search>